home *** CD-ROM | disk | FTP | other *** search
- -- card: 16625 from stack: in
- -- bmap block id: 7502
- -- flags: 0000
- -- background id: 2600
- -- name:
- ----- HyperTalk script -----
- on mouseUp
- set the cursor to 4
- repeat with x =1 to 6
- visual effect dissolve
- go next card
- end repeat
- repeat with x =1 to 4
- wait for 2 seconds
- visual effect dissolve
- go next card
- end repeat
- wait for 3 seconds
- repeat with x =1 to 2
- wait for 1 seconds
- visual effect dissolve
- go next card
- end repeat
- wait for 1 seconds
- go next card
- set the cursor to 1
- end mouseUp
-